home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / TEOS2WB3.ZIP / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-27  |  435 b   |  28 lines

  1. rem cd C:\PLANETS
  2. REM ^ Set this to your TEOS path!  
  3. @ECHO OFF
  4.  
  5. IF "%1" == "" GOTO NOSTART
  6.  
  7. IF EXIST INFO.%1 DEL INFO.%1
  8. IF EXIST DO%1.BAT DEL DO%1.BAT
  9.  
  10. :BEGIN
  11. PLANETS.EXE %1 %2 %3 %4 %5 /DREW
  12. IF ERRORLEVEL 255 GOTO DONE
  13. IF ERRORLEVEL 254 GOTO DO1
  14. GOTO DONE
  15.  
  16. :DO1
  17. CALL DO%1.BAT
  18. GOTO BEGIN
  19.  
  20. :NOSTART
  21. CALL START.BAT 0
  22. GOTO REALDONE
  23. :DONE
  24. IF EXIST INFO.%1 DEL INFO.%1
  25. IF EXIST DO%1.BAT DEL DO%1.BAT
  26.  
  27. :REALDONE
  28.